home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1368 / 1368.xpi / chrome / clrtabs.jar / content / help.xul < prev    next >
Extensible Markup Language  |  2009-01-20  |  2KB  |  30 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <overlay  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
  3. xmlns:html="http://www.w3.org/1999/xhtml">
  4. <prefpane
  5.     id="cthelp"
  6.     label="Help"        
  7.     orient="vertical"
  8.     >
  9.      <groupbox   style="border:1px solid #008000; " >
  10.         <caption label="Help and Resources" style="border:1px solid #808080;" />
  11.         <vbox    >
  12.             <label class="text-link" tooltiptext="Visit Help and Documentation" onclick="window.opener.getBrowser().selectedTab=window.opener.getBrowser().addTab('http://www.binaryturf.com/free-software/colorfultabs-for-firefox/colorfultabs-documentation-and-help/');">Help and Documentation</label>             
  13.             <label class="text-link" tooltiptext="Visit the support forums" onclick="window.opener.getBrowser().selectedTab=window.opener.getBrowser().addTab('http://forums.binaryturf.com/')">Support Forums</label>             
  14.             <label class="text-link" tooltiptext="Visit Extension Homepage" onclick="window.opener.getBrowser().selectedTab=window.opener.getBrowser().addTab('http://www.binaryturf.com/')">Extension's Homepage</label>
  15.             <label class="text-link" tooltiptext="Visit QuickStart Guide" onclick="window.opener.getBrowser().selectedTab=window.opener.getBrowser().addTab('http://colorfultabs.binaryturf.com/')">ColorfulTabs Quick-Start Guide</label>
  16.         </vbox>
  17.     </groupbox>
  18.      <groupbox  style="border:1px solid #008000; " >
  19.         <caption label="Help us help you" style="border:1px solid #808080;" />
  20.         <vbox    >
  21.             <label style="font-family:'Times New Roman',Times,Georgia,serif;font-size:1.5em;font-style:italic" tooltiptext="Donate to ColorfulTabs" >We hope you've had great experience with ColorfulTabs and find it useful. If it is so please do consider donating to ColorfulTabs.</label>
  22.             <hbox>
  23.                 <image src="chrome://clrtabs/content/donate.png" style="width:165px;height:65px;cursor:hand;" onclick="window.opener.getBrowser().selectedTab=window.opener.getBrowser().addTab('https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2633620/')" />
  24.             </hbox>
  25.  
  26.  
  27.         </vbox>
  28.     </groupbox>
  29. </prefpane>
  30. </overlay>